Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.platform.ws.session.WSRemotingSessionManagerImpl.platform--servers

This contribution is part of XML component org.nuxeo.ecm.platform.ws.session.WSRemotingSessionManagerImpl.platform inside nuxeo-platform-ws-5.8.jar

Documentation

Define the Web Service remote session manager as a platform service.

Extension Point

Extension point servers of component PlatformService.

Contributed Items

  • <server name="default">
    
          <service class="org.nuxeo.ecm.platform.api.ws.session.WSRemotingSessionManager"/>
        </server>

XML Source

<extension point="servers" target="org.nuxeo.ecm.platform.api.PlatformService">

    <documentation>Define the Web Service remote session manager as a platform
      service.
    </documentation>

    <server name="default">

      <service class="org.nuxeo.ecm.platform.api.ws.session.WSRemotingSessionManager"/>
    </server>

  </extension>